﻿@media ( min-width:414px) and ( max-width:767px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
		/* 12÷10=1.2 */
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	} 
}

@media ( min-width:333px) and ( max-width:550px) {
	.menus .Htel{
	 	display: none;
	}
}

@media ( min-width:551px) and ( max-width:650px) {}



@media ( min-width:600px) and ( max-width:767px) {}

@media ( max-width:600px) {
	 
}

@media ( max-width:767px) {
	.menus .head-right{
		display: none;
	}
	.menus .Logo{
		width: 40%;
	}
	.burger_menu{
		display: block !important;
	} 
	.foot{
		display: none;
	}
	.footH{
		display: block;
	}
	.footFix{
		display: flex;
	}
	/*contact*/ 
	.menus .top-Info .lang{
		display: none;
	}
	.btm-nav{
		display: none
	}
	.menus .top-Info{
		height: 60px;
	}
	.contact .left{
		width: 100%;
	}
	.contact .right{
		width: 100%;
		margin-top: 15px;
	}
	.contact{
		padding: 15px 0;
	}
	.application ul li img{
		width: 100%;
	}
	.application ul li .sub-cont{
		width: 100%;
		padding-bottom: 15px;
		margin-top: 10px;
	}
	.news ul li img{
		width: 100%;
	}
	.news ul li .sub-cont{
		width: 100%;
		margin-right: 0;
	}
	.profile .sub-info{
		width: 100%;
	}
	.history{
		display: none;
	}
	.history-wrap{
		padding: 75px 0;
		display: none;
	}
	.productDe .left{
		width: 100%;
	}
	.productDe .right{
		width: 100%;
	}
	.product{
		padding: 25px 0;
		
	}
	.ny-big-tit{
		font-size: 24px;
	}
	.ny-subtit{
		width: 100%;
		margin: 20px auto 0;
		text-align: center;
	}
	.product .row{
		margin-top: 15px;
	}
	.application ul li .sub-cont .more { 
		background: url(../images/news-arrow.jpg) no-repeat left 15% center;
	}
	.news ul li .sub-cont .more { 
		background: url(../images/news-arrow.jpg) no-repeat left 15% center; 
	}
	.fix-pro .item h3, .application .item h3{
		font-size: 14px;
	}
	.fix-pro .item, .application .item { 
		padding: 23px 10px 28px 10px; 
		margin-bottom: 15px;
	}
	.fix-pro .item .more, .application .item .more { 
		background: url(../images/news-arrow.jpg) no-repeat left 35% center; 
	}
	.honor .swiper-button-next, .honor .swiper-button-prev{
		display: none;
	}
	.honor{
		padding: 32px 0;
	}
	.main .position{
		padding-top: 18px;
	}
	.honor .zs-show-warp{
		margin-top: 28px;
	}
	.honor .chang{
		width: 48% !important;
	}
	.honor .kuan{
		width: 100% !important;
	}
}